home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / BlueCustom.swf / scripts / DefineButton2_375 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2008-09-26  |  146 b   |  8 lines

  1. on(press){
  2.    fx12 = new Sound(zoop);
  3.    fx12.attachSound("sfxswitch1");
  4.    fx12.stop("sfxswitch1");
  5.    fx12.start(0,1);
  6.    this.play();
  7. }
  8.